Level

enum Level : ProtocolMessageEnum

Log levels, chosen to match python logging conventions.
Protobuf enum meshtastic.LogRecord.Level

Entries

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard

Log levels, chosen to match python logging conventions.
CRITICAL = 50;
Link copied to clipboard
val DEBUG_VALUE: Int = 10

Log levels, chosen to match python logging conventions.
DEBUG = 10;
Link copied to clipboard
val ERROR_VALUE: Int = 40

Log levels, chosen to match python logging conventions.
ERROR = 40;
Link copied to clipboard
val INFO_VALUE: Int = 20

Log levels, chosen to match python logging conventions.
INFO = 20;
Link copied to clipboard
val TRACE_VALUE: Int = 5

Log levels, chosen to match python logging conventions.
TRACE = 5;
Link copied to clipboard
val UNSET_VALUE: Int = 0

Log levels, chosen to match python logging conventions.
UNSET = 0;
Link copied to clipboard
val WARNING_VALUE: Int = 30

Log levels, chosen to match python logging conventions.
WARNING = 30;

Functions

Link copied to clipboard
Link copied to clipboard
open fun getDescriptor(): Descriptors.EnumDescriptor
Link copied to clipboard
fun getDescriptorForType(): Descriptors.EnumDescriptor
Link copied to clipboard
fun getNumber(): Int
Link copied to clipboard
fun getValueDescriptor(): Descriptors.EnumValueDescriptor
Link copied to clipboard
open fun internalGetValueMap(): Internal.EnumLiteMap<MeshProtos.LogRecord.Level>
Link copied to clipboard
open fun valueOf(desc: Descriptors.EnumValueDescriptor): MeshProtos.LogRecord.Level

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.